Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature flag root table sorting functionality issue fixed #1961

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

Yagnik56
Copy link
Collaborator

This PR fixes the sorting issue in the feature flag root table.

@Yagnik56 Yagnik56 linked an issue Sep 18, 2024 that may be closed by this pull request
@zackcl
Copy link
Collaborator

zackcl commented Sep 18, 2024

I tried this PR, but the sorting works differently from the Experiments root page. On the Experiments root page, it sorts the lists regardless of their capitalization, which I believe is the expected behavior.

Screenshot 2024-09-18 at 6 43 26 PM

However, on the Feature Flags root page, it sorts the lists by flags starting with uppercase and lowercase separately.

Screenshot 2024-09-18 at 6 43 44 PM

I believe this should work the same way as the Experiments root page. My research of some other apps shows they also sort lists regardless of capitalization.

@zackcl zackcl requested a review from danoswaltCL September 18, 2024 10:06
@Yagnik56 Yagnik56 merged commit 3fa5e06 into dev Sep 19, 2024
10 checks passed
@Yagnik56 Yagnik56 deleted the bugfix/feature-flag-table-sorting branch September 19, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FF Root Table Sort functionality
3 participants